Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.drive.coreTypes--doctype

This contribution is part of XML component org.nuxeo.drive.coreTypes inside nuxeo-drive-core-9.10.jar /OSGI-INF/nuxeodrive-core-types.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <facet name="DriveSynchronized">
          <schema name="driveroot"/>
        </facet>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <!-- facet used to store drive metadata on folderish documents that act 
      as synchronization roots -->
    <facet name="DriveSynchronized">
      <schema name="driveroot"/>
    </facet>

  </extension>